From 9958cf716758bb5f709f09ab32670f4e950a36e0 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 7 Apr 2006 13:41:58 +0100 Subject: [PATCH] Do not disable spurious irq debugging in i386 xenlinux. It may be masking underlying problems, and the problem it was intended to work around should be fixed properly. Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c index b738343e89..bb9b6ed2f1 100644 --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c @@ -1848,10 +1848,6 @@ void __init setup_arch(char **cmdline_p) get_smp_config(); #endif - /* XXX Disable irqdebug until we have a way to avoid interrupt - * conflicts. */ - noirqdebug_setup(""); - register_memory(); if (xen_start_info->flags & SIF_INITDOMAIN) { -- 2.30.2